type go.pact.im/x/grpcprocess.client

6 uses

	go.pact.im/x/grpcprocess (current package)
		client.go#L26: 	return &client{connect: connect}
		client.go#L29: type client struct {
		client.go#L35: func (c *client) Run(ctx context.Context, callback process.Callback) error {
		client.go#L53: func (c *client) Invoke(
		client.go#L67: func (c *client) NewStream(
		client.go#L80: func (c *client) load() (*grpc.ClientConn, error) {